home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Missions / Mission_10 / Terrain.script < prev    next >
Text File  |  2001-12-18  |  638b  |  18 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CInterceptConvoyMission_Terrain extends CBaseTerrain
  11. {
  12.   string HeightMap = "Terrains/hmap_09.raw";
  13.   string Texture   = "Terrains/tex_09_day.tex";
  14.   string ZoneMap   = "Terrains/zone_09.bmp";
  15.   string SkinFile  = "Missions/Mission_10/Terrain.skin";
  16. }
  17.  
  18.